addAll

@JvmName(name = "addAllTags")
fun DslList<Int, TileKt.FeatureKt.Dsl.TagsProxy>.addAll(values: Iterable<Int>)
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification

repeated uint32 tags = 2 [packed = true];

Parameters

values

The tags to add.


@JvmName(name = "addAllGeometry")
fun DslList<Int, TileKt.FeatureKt.Dsl.GeometryProxy>.addAll(values: Iterable<Int>)
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in
section 4.3 of the specification.

repeated uint32 geometry = 4 [packed = true];

Parameters

values

The geometry to add.